home *** CD-ROM | disk | FTP | other *** search
- object MPEGConfig_SourceRangeForm: TMPEGConfig_SourceRangeForm
- Left = 234
- Top = 155
- BorderStyle = bsDialog
- Caption = 'Source range'
- ClientHeight = 476
- ClientWidth = 509
- Color = clBtnFace
- Constraints.MinHeight = 470
- Constraints.MinWidth = 517
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 137
- Top = 345
- Width = 237
- Height = 92
- Anchors = [akBottom]
- end
- object Label33: TLabel
- Left = 154
- Top = 358
- Width = 85
- Height = 12
- Anchors = [akBottom]
- Caption = '&Start frame'
- FocusControl = StartFrameEdit
- end
- object Label24: TLabel
- Left = 154
- Top = 385
- Width = 85
- Height = 12
- Anchors = [akBottom]
- Caption = '&End frame'
- FocusControl = EndFrameEdit
- end
- object Label2: TLabel
- Left = 152
- Top = 410
- Width = 78
- Height = 12
- Anchors = [akBottom]
- Caption = '&Audio gap correct:'
- FocusControl = AudioZureEdit
- end
- object Label3: TLabel
- Left = 328
- Top = 410
- Width = 29
- Height = 12
- Anchors = [akBottom]
- Caption = 'msec'
- end
- object ScrollBox1: TScrollBox
- Left = 5
- Top = 6
- Width = 500
- Height = 331
- Anchors = [akLeft, akTop, akRight, akBottom]
- PopupMenu = PopupMenu1
- TabOrder = 0
- object FrameInfoLabel: TLabel
- Left = 0
- Top = 2
- Width = 496
- Height = 14
- Align = alTop
- AutoSize = False
- end
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 496
- Height = 2
- Align = alTop
- AutoSize = False
- end
- object VideoScrollBar: TScrollBar
- Left = 0
- Top = 311
- Width = 496
- Height = 16
- Align = alBottom
- Enabled = False
- PageSize = 1
- TabOrder = 0
- OnChange = VideoScrollBarChange
- OnScroll = VideoScrollBarScroll
- end
- object Panel1: TPanel
- Left = 0
- Top = 16
- Width = 496
- Height = 295
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object SoundPreviewBox: TDXPaintBox
- Left = 0
- Top = 231
- Width = 496
- Height = 64
- AutoStretch = False
- Center = True
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- Align = alBottom
- end
- object ResultVideoBox: TDXPaintBox
- Left = 0
- Top = 0
- Width = 496
- Height = 231
- AutoStretch = True
- Center = True
- KeepAspect = True
- Stretch = True
- ViewWidth = 0
- ViewHeight = 0
- Align = alClient
- OnClick = ResultVideoBoxClick
- end
- object DoubleClickLabel: TLabel
- Left = 165
- Top = 142
- Width = 179
- Height = 12
- Anchors = []
- Caption = 'No video source is selected.'
- end
- end
- end
- object DefaultButton: TButton
- Left = 190
- Top = 446
- Width = 117
- Height = 25
- Anchors = [akBottom]
- Caption = 'Default'
- TabOrder = 4
- OnClick = DefaultButtonClick
- end
- object EndFrameEdit: TSpinEdit
- Left = 250
- Top = 380
- Width = 108
- Height = 21
- Anchors = [akBottom]
- MaxValue = 10000000
- MinValue = -1
- TabOrder = 2
- Value = 0
- OnKeyDown = StartFrameEditKeyDown
- end
- object OKButton: TButton
- Left = 349
- Top = 446
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 5
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 429
- Top = 446
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object StartFrameEdit: TSpinEdit
- Left = 250
- Top = 353
- Width = 108
- Height = 21
- Anchors = [akBottom]
- MaxValue = 10000000
- MinValue = -10000000
- TabOrder = 1
- Value = 0
- OnKeyDown = StartFrameEditKeyDown
- end
- object Button1: TButton
- Left = 14
- Top = 345
- Width = 118
- Height = 25
- Anchors = [akBottom]
- Caption = 'Set start frame'
- TabOrder = 7
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 379
- Top = 345
- Width = 118
- Height = 25
- Anchors = [akBottom]
- Caption = 'Set end frame'
- TabOrder = 8
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 14
- Top = 375
- Width = 118
- Height = 25
- Anchors = [akBottom]
- Caption = 'Move to start frame'
- TabOrder = 9
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 379
- Top = 375
- Width = 118
- Height = 25
- Anchors = [akBottom]
- Caption = 'Move to end frame'
- TabOrder = 10
- OnClick = Button4Click
- end
- object AudioZureEdit: TSpinEdit
- Left = 250
- Top = 406
- Width = 73
- Height = 21
- Anchors = [akBottom]
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = AudioZureEditChange
- OnKeyDown = StartFrameEditKeyDown
- end
- object CheckBox1: TCheckBox
- Left = 382
- Top = 407
- Width = 115
- Height = 17
- Anchors = [akBottom]
- Caption = 'Display Audio'
- Checked = True
- State = cbChecked
- TabOrder = 11
- OnClick = CheckBox1Click
- end
- object PopupMenu1: TPopupMenu
- Left = 350
- Top = 166
- object N1: TMenuItem
- Tag = 1
- Caption = 'Original size'
- OnClick = N1Click
- end
- object N2: TMenuItem
- Tag = 2
- Caption = 'Zoom 2x'
- OnClick = N1Click
- end
- object N3: TMenuItem
- Tag = 3
- Caption = 'Zoom 3x'
- OnClick = N1Click
- end
- object N4: TMenuItem
- Tag = 4
- Caption = 'Zoom 4x'
- OnClick = N1Click
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object C1: TMenuItem
- Caption = '&Copy to clipboard'
- ShortCut = 16451
- OnClick = C1Click
- end
- end
- end
-